getNumericEnding

This function will get the number at the end of the string. Used when you have numbered items such as frames: walk_01, walk_02, etc

"test123".getNumericEnding == "123"
"123abc".getNumericEnding == ""
"123".getNumericEnding == "123"
string
getNumericEnding
(
string s
)

Meta